home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / iritsm3s.zip / POLY3DUN.CFG < prev    next >
Text File  |  1992-02-24  |  3KB  |  77 lines

  1. ;
  2. ; Config file for poly3d (UNIX version)
  3. ;
  4.  
  5. ;If true, display INTERNAL edges (created by IRIT solid modeller) (option -i)
  6. ;Internal    TRUE
  7.  
  8. ;Sets depth cue status to begin with - drawing of the lines with negative Z
  9. ; (depth) as dotted lines
  10. DepthCue    TRUE
  11.  
  12. ;The viewing mode to begin with:
  13. ; 1. Perspective View
  14. ; 2. Orthographic view
  15. ViewMode    2
  16.  
  17. ;The transformation to begin with should be in:
  18. ; 1. Screen axes coordinate system
  19. ; 2. Object axes coordinate system
  20. TransMode    1
  21.  
  22. ;If TRUE four polygons are formed from each bilinear
  23. ;in the solid rendering option. Otherwise two polygons.
  24. FourPerFlat    FALSE
  25.  
  26. ;Sets default log based 2 of FineNess for subdivision
  27. ;of surfaces into polygons.
  28. FineNess    5
  29.  
  30. ;
  31. ;Vertices normal length. This number is divided by 100 to form object space
  32. ;normal size scaler.
  33. NormalLength    10
  34.  
  35. ;Draw vertices normals using NormalLength above if TRUE and vertex has
  36. ;normal attribute ([NORMAL X Y Z]).
  37. DrawVNormal    FALSE
  38.  
  39. ;Draw polygons normals using NormalLength above if TRUE and polygon has
  40. ;plane attribute ([PLANE A B C D]).
  41. DrawPNormal    FALSE
  42.  
  43. More        FALSE        ;If true print more messages (boolean) (-m)
  44.  
  45. ;If the polygons are ordered in a pattern and only the first i edges of
  46. ;each polygon are to be seen, set NumOfEdges to k. Very handy with the
  47. ;DrawFn3D program as NumOfEdges 2 (DrawFn3D generates triangles). If
  48. ;set to 0 all the polygon edges are to be handled.
  49. NumOfEdges    0
  50.  
  51. ;If a closed object is to be displayed, each edge is shared by two polygons,
  52. ;and there is not reason to display it twice (if fact it will be displayed
  53. ;twice in opposite direction - a heuristic that is used here). This can
  54. ;speed up the display by almost factor of two.
  55. ClosedObject    FALSE
  56.  
  57. ;If TRUE then surfaces control mesh and curves control polygon are drawn as
  58. ;well as the surfaces/curves themselves.
  59. DrawSurfaceMesh    TRUE
  60.  
  61. ;If TRUE then surfaces is subdivided into polygons which are drawn instead
  62. ;of isolines (if FALSE). NumOfIsolines control the fineness of the
  63. ;subdivision in this case.
  64. DrawSurfacePoly FALSE
  65.  
  66. ;Number of isolines per surface. Should be at list 2.
  67. NumOfIsolines    10
  68.  
  69. ;LOG2 of the number of samples (equally spaced in parametric space) per
  70. ;curve. should be between 1 (2^1 = 2 samples) and 10 (2^10 = 1024 samples).
  71. SamplesPerCurve    6
  72.  
  73. ;Using gl graphics library, you can set the view/trans. windows location using
  74. ;The two variables below as 'x1, x2, y1, y2'
  75. ;TransPrefPos    "455, 640, 520, 965"
  76. ;ViewPrefPos    "1,   450, 520, 965"
  77.